home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / 2dapnt15.arc / WHATS.NEW < prev   
Text File  |  1991-11-26  |  6KB  |  165 lines

  1. ****************
  2.   version 1.10
  3. ****************
  4.  
  5. - Name Service Added. See Docs because this is a little complex.
  6.  
  7. - Messages to points with file attaches are now ALWAYS treated as if
  8.   2DaPoint was running in Node mode.
  9.  
  10. - Major clean-up: Packets now end with #13#0 instead of #32#0.
  11.  
  12. - Minor clean-up: Full Path & Filename no longer appear in subject line
  13.   of messages that had Freqs or Fattachs.
  14.  
  15. - End of line comments now allowed in control file. Use the semi-colon just
  16.   like a full line comment.
  17.  
  18. ****************
  19.   version 1.20
  20. ****************
  21.  
  22. - Name Remapping/Substitution Added. See Docs.
  23.  
  24. - Multiple Fattaches, Multiple PassThru Fattaches, & Multiple Freqs
  25.   are now supported in the Subject line.
  26.  
  27. - Passthru files now can be optionally killed.
  28.  
  29. - Major Clean-up: AVL tree containing Names & addresses is now initialized
  30.   even if there are no names/addrs in the Names section of your control file.
  31.  
  32. - Minor Clean-up: Full name must now be found in Names section of control
  33.   file, not just a subset of it.
  34.  
  35. - 2DaPoint no longer generates DLO/DUT files.
  36.  
  37. - Back-to-basics look. Old style was overkill!
  38.  
  39. ****************
  40.   version 1.30
  41. ****************
  42.  
  43. - Full Zone Support! Except for Zone 0. Any msg that has Zone 0 in it's
  44.   origin or destination address will have Zone 0 replaced with YOUR Zone.
  45.  
  46. - 2DaPoint will now log it's activities to a text file, 2DAPOINT.LOG.
  47.  
  48. - Using the -B command line parameter will cause 2DaPoint to use BIOS
  49.   screen writes. Default is direct video writes.
  50.  
  51. - Major Clean-up: Any message in your netmail directory that is echomail
  52.   (denoted by the ^APATH kludge) is now sent to its intended destination
  53.   & then killed.
  54.  
  55.   ***NOTE****: If you forward/copy a msg from an echomail area into your
  56.   netmail dir, it will be handled like a normal netmail message ONLY IF
  57.   you remove the ^APATH kludge
  58.  
  59. - Minor Clean-up: words in the subject line that are over 8 characters are
  60.   no longer truncated to 8 chars. (Thanks Jack)
  61.  
  62. - Minor Clean-up: Messages that had the kill bit set & were marked as HOLD
  63.   from the control file were being killed immediately.
  64.  
  65. - Minor Clean-up: PassThru file attaches that were supposed to be killed are
  66.   now DELETED, not just truncated.
  67.  
  68. - Minor Clean-up: Msgs that have been received & have the KillSent bit set
  69.   are no longer killed.
  70.  
  71. ***************************
  72.   version 1.31 - Bug Fix!
  73. ***************************
  74.  
  75. - Messages without MSGID's were causing problems with the software. Programs
  76.   like Areafix & Raid don't generate MSGID's for example. The problem was
  77.   actually in the CRC value; it wasn't being initialized in the proper palce
  78.   so the CRC string being written was totally random & could contain the #0.
  79.  
  80. - EchoMail messages are now recognized by the "AREA:" statement instead of
  81.   the PATH kludge.
  82.  
  83. ****************
  84.   version 1.40
  85. ****************
  86.  
  87. - 2DaPoint now uses BinkleyTerm 2.50's 4D .PNT directory format. All
  88.   support for Pseudo PointNet/PrivateNet has been dropped.
  89.   Upgrade to 4D, 3D FakeNet is obsolete!!!
  90.  
  91. - SetBit/StripBit options have been added. This allows you to define two
  92.   seperate bitmasks to be used on msg attributes. These masks may used to
  93.   always set the private bit on or always set the crash bit off for example.
  94.  
  95. - Mis-Addressing notification. With the Notify option enable, any msg that
  96.   comes into your system & get redirected with cause 2DaPoint to send a msg
  97.   to the originator of that message, telling them where they can reach the
  98.   person they mis-addressed their msg to.
  99.  
  100. - UTC support. 2DaPoint will now compute the time in the VIA tearline in
  101.   terms of UTC if you have your TZ envirment variable set correctly.
  102.  
  103. - The 286 version will now identify itself as such.
  104.  
  105. - Major Clen-up: In an effort to reduce redunant code, 2DaPoint will now
  106.   leave any echomail msg in your netmail dir ALONE. Previous versions
  107.   would recognize that it was EchoMail, but put in kludges before the
  108.   AREA: line. In order for this to be avoided, an entire new procedure
  109.   would have to be written that'd chew up memory & .EXE file size. I
  110.   can't say that I feel it's be worth it. ConfMail & Qmail will pickup
  111.   the echomail addressed to another node that is in your netmail dir
  112.   & send on it's way wo/alteration.
  113.  
  114. ***************************
  115.   version 1.41 - Bug Fix!
  116. ***************************
  117.  
  118. - The TZ enviroment variable wasn't being recognized 100% of the time.
  119.  
  120. - The ^AVia Kudges will now be maintained @ the bottom of the msg. They
  121.   were getting moved to the top before the msg body.
  122.  
  123. - The temporary storage area for Kludges has been increased four-fold from
  124.   512 bytes to 2048 bytes. This should do it. ;)
  125.  
  126. - Hard Carraige Returns are now being used in the FYI msgs instead of Soft.
  127.  
  128. ****************
  129.   Version 1.50
  130. ****************
  131.  
  132. - EchoMail Processing is Back. Echomail msgs in your netmail msg dir will
  133.   be sent to their proper destination verbatim (no changes in the kludge
  134.   lines, etc). ie, correctly. ;)
  135.  
  136. - PassThru File Requests!
  137.  
  138. - Passwords are now supported in Freqs. Any word that starts the the password
  139.   delimitter, !, will be used as a password (including multi-freqs).
  140.  
  141. - Wildcards are now supported in Fattaches (including Multiple).
  142.  
  143. - Generated packets can now have passwords embedded into the header for secure
  144.   enviroments.
  145.  
  146. - ZoneGating. With this enabled, msgs to other zones are automatically send to
  147.   Origin_Zone:Origin_Zone/Destintaion_Zone.0
  148.  
  149. - The Via lines are now hidden behin a kludge instead of using the tear line
  150.   ie, ^AVia instead of ---Via. Via Lines where also shortened to remove the
  151.   "-286".
  152.  
  153. - You can now specify where the log file is generated.
  154.  
  155. - There are now 5 seperate errorlevels that 2DaPoint will exit with.
  156.  
  157. - When 2DaPoint is run on point systems, mail will not be written into .PNT
  158.   dirs; instead, the mail will be bundled for that point's host.
  159.  
  160. - Executables in the .ARJ are no longer compressed with PKLite.
  161.  
  162. - 2DaPoint now properly encodes the 2+ packet headers ID.
  163.  
  164. - You may have your node number set to 0.
  165.